home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / textmerg / tmexamp1.tex / images.pl (.txt) < prev    next >
LaTeX Document  |  1995-03-09  |  357b  |  13 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3. $key = q//;
  4. $cached_env_img{$key} = q|<IMG
  5.   STYLE="" SRC="|."$dir".q|img1.png"
  6.  ALT="\begin{letter}{\Title \Forenames\
  7. \Surname\ \Address}
  8. \opening{Dear \Title ...
  9. ... \Grade in
  10. your recent examinations.
  11. \closing{Yours faithfully,}
  12. \end{letter}">|; 
  13.